Description{Specifies whether or not the gadget repaints itself when it is altered in some way.  If auto-update is disabled, the gadget will ignore any calls to repaint itself.}CommandName{setAutoUpdate}HelpPath{General}ReturnValue{}OpenBrace{ }Parameters{handle gadget, bool autoUpdate}ReturnDescription{}Param1{gadget}Param1Desc{Handle to a gadget}Param2{autoPaint}Param2Desc{0 to disable auto-updating, 1 to enable auto-updating.}